翻訳と辞書
Words near each other
・ メ=ゾシ
・ メ=ゾシ県
・ メ~テレ
・ メ~テレNEWS
・ メ~テレカフェ
・ メ~テレニュース
・ メ~テレワイドスーパーJチャンネル
・ メ~テレ劇場
・ メ~テレ日曜朝7時枠のアニメ
・ メ~テレ時代劇
・ モ
・ モ'・ベター・ブルース
・ モア
・ モア (たばこ)
・ モア (アルバム)
・ モア (曖昧さ回避)
・ モア (曲)
・ モア☆ゴル
・ モアイ
・ モアイ (グラディウス)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

モジュール:Br separated entries : ミニ英和和英辞書
モジュール:Br separated entries[びー]
=====================================
〔語彙分解〕的な部分一致の検索結果は以下の通りです。

ジュール : [じゅーる]
 【名詞】 1. joule 2. (n) joule
: [ちょうおん]
 (n) long vowel mark (usually only used in katakana)

モジュール:Br separated entries : ウィキペディア日本語版
モジュール:Br separated entries[びー]
local p =
local function _main( args )
local sep = '
'
local lastsep
local t =
for i, v in ipairs( args ) do
table.insert( t, v )
if mw.ustring.match( v, '%S' ) then
table.insert( t, sep )
lastsep = #t
end
end
if lastsep then
table.remove( t, lastsep )
end
return table.concat( t )
end
function p.main( frame )
local origArgs
if frame == mw.getCurrentFrame() then
-- We're being called via #invoke. If the invoking template passed any arguments,
-- use them. Otherwise, use the arguments that were passed into the template.
origArgs = frame:getParent().args
for k, v in pairs( frame.args ) do
origArgs = frame.args
break
end
else
-- We're being called from another module or from the debug console, so assume
-- the arguments are passed in directly.
origArgs = frame
end

-- Use integer args only, and allow for explicit positional arguments
-- that are specified out of order, e.g. .
-- After processing, the args can be accessed accurately from ipairs.
local args =
for k, v in pairs( origArgs ) do
if type( k ) == 'number' and k >= 1 and math.floor( k ) == k then
table.insert( args, k )
end
end
table.sort( args )
for i,v in ipairs( args ) do
argsi = origArgsv
end

return _main( args )
end
return p


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「モジュール:Br separated entries」の詳細全文を読む




スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.